home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Disk (1989-06)(Memphis Amiga Group).zip / MAG Disk (1989-06)(Memphis Amiga Group).adf / UNZIP.DOC < prev    next >
Text File  |  1989-03-15  |  3KB  |  94 lines

  1.   
  2.                                    UnZip
  3.   
  4.                            Version 1.2, 03-15-89
  5.   
  6.                            Zipfile Extract Utility
  7.   
  8.                                  UnZip12.ZIP
  9.   
  10.           Copyright (C) 1989 Samuel H. Smith;  ALL RIGHTS RESERVED
  11.   
  12.   
  13. 'UnZip' is a small Zipfile extract utility.   It is written to be as
  14. small and portable as possible -- ideal as a starting point for handling
  15. .ZIP files in non-IBM environments.
  16.  
  17. Source code is provided in C and Turbo Pascal.  If you port this program
  18. to a non-IBM system, I would appreciate a copy of the ported source and
  19. exec files.
  20.  
  21.  
  22. Usage
  23. -----
  24.    unzip filename[.zip]
  25.  
  26.  
  27. Revision history
  28. ----------------
  29.  
  30. 3-3-89
  31.    Initial alpha test release.
  32.  
  33. 3-5-89
  34.    First fully operational release.  Does not implement CRC verification,
  35.    but should correctly unzip all compression methods.
  36.  
  37. 3-6-89
  38.    Corrected end-of-file detection in both shrink and reduce expanders.
  39.    Resulting files should now always have the correct size.  Added ".ZIP"
  40.    default to unzip.c to match calling conventions of unz.pas.
  41.  
  42. 3-8-89
  43.    Moved machine and operating-system specific code to a block starting
  44.    around line 180.  Added code to swap bytes on host machines that
  45.    store the high order bytes in lower address locations than the low
  46.    order bytes.
  47.  
  48. 3-15-89
  49.    Added CRC checking in UNZIP.C.  Speeded operation by about 150%.
  50.  
  51.    I'm spending my time on the C version now and don't plan to do any
  52.    further work on the pascal.  If you're using the pascal version
  53.    please contact me.
  54.  
  55.  
  56. LICENSE
  57. =======
  58.  
  59. You may copy and distribute this program freely, provided that:
  60.     1)   No fee is charged for such copying and distribution, and
  61.     2)   It is distributed ONLY in its original, unmodified state.
  62.  
  63. If you wish to distribute a modified version of this program, you MUST
  64. include the source code.
  65.  
  66. If you modify this program, I would appreciate a copy of the new source
  67. code.  I am holding the copyright on the source code, so please don't
  68. delete my name from the program files or from the documentation.
  69.  
  70.  
  71. SUPPORT
  72. =======
  73.  
  74. I work very hard to produce a software package of the highest quality
  75. and functionality.  I try to look into all reported bugs, and will
  76. generally fix reported problems within a few days.
  77.  
  78. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST
  79. PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  80. ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY
  81. CLAIM BY ANY OTHER PARTY.
  82.  
  83. If you have any questions, bugs, or suggestions, please contact me at:
  84.  
  85.                            The Tool Shop BBS
  86.                        (602) 264-3969 (HST 9600)
  87.                        (602) 279-2673 (HAYES 9600)
  88.  
  89. The latest version is always available for downloading.
  90.  
  91. Enjoy!     Samuel H. Smith
  92.            Author and Sysop of The Tool Shop.
  93.    
  94.